Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Cloner<T> Interface / Clone(T) Method
The value to clone.


In This Topic
Clone(T) Method
In This Topic
Creates a new object that is a copy of the specified value.
Syntax
'Declaration
 
Function Clone( _
   ByRef value As T _
) As T
 
'Usage
 
Dim instance As Cloner(Of T)
Dim value As T
Dim value As T
 
value = instance.Clone(value)

Parameters

value
The value to clone.

Return Value

A new object that is a copy of the specified value.
See Also